Skip to content

Update dependency indexeddbshim to v6 #2443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2020

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 13, 2019

This PR contains the following updates:

Package Type Update Change
indexeddbshim devDependencies major 5.0.0 -> 6.1.0

Release Notes

axemclion/IndexedDBShim

v6.1.0

Compare Source

  • Build (change/optimization): Remove browersify/babelify/
    mapstraction process in favor of grunt-rollup with plugins;
    reduces minified build size and expands non-minfiied size (so that
    the source incorporated from typeson/typeson-registry is not
    minified)
    • indexeddbshim-noninvasive.min.js (182 KB -> 154 KB)
    • indexeddbshim.min.js (165 KB -> 137 KB)
    • indexeddbshim-Key.min.js (27.7 KB -> 16 KB)
  • Enhancement: Check that navigator.userAgent even exists (avoid erring
    in React Native)
  • Fix: __forceClose method with nullish value as name was not closing
    all connections
  • Linting (ESLint): Add file extensions; lint .eslintrc file itself;
    enable other disabled rules
  • Docs: Add license badges (with license-badger routine)
  • Testing: Remove grunt-qunit-puppeteer devDep. (slow to install)
  • Testing (Mocha): Allow Firefox tests to pass
  • Testing (W3C): Bump memory so tests can complete
  • npm: Update dep. typeson-registry (for module importing)
  • npm: Add package-lock.json (needed by npm audit)
  • npm: Update devDeps
  • yarn: Remove yarn.lock (having some difficulties installing everything)

v6.0.1

Compare Source

  • Note that the typeson updates include some important fixes for accurately
    storing certain types or combinations of types
  • Fix: For CFG.fullIDLSupport, revert setting of prototypes of
    IDBCursor, IDBKeyRange, IDBIndex, IDBObjectStore,
    IDBFactory to objects that serialize to
    [object ObjectPrototype]
  • Linting (ESLint): Latest as per ash-nazg
  • Travis: Change to 10 and 12
  • Testing (W3C): Update web-platform-tests
  • Testing (W3C): Shim objects that are only checked for exposure
  • Testing (W3C): Avoid reporting known failures as unexpected
  • Testing (W3C): Update test counts
  • npm: Add script for updating submodules
  • npm: Update deps (typeson and typeson-registry)
  • npm: Update devDeps

v6.0.0

Compare Source

  • npm (BREAKING CHANGE): Move core-js-bundle out of deps; user to install
    if needed for supported environments
  • Fix: For CFG.fullIDLSupport, ensure prototypes of IDBCursor,
    IDBKeyRange, IDBIndex, IDBObjectStore, IDBFactory are
    objects that serialize to [object ObjectPrototype]
  • Linting (ESLint): Apply latest updates
  • Testing (W3C): Avoid hack in test to deal with missing prototype;
    do not inject Object on full IDL tests
  • Testing (W3C): Add structured-clone.any.js to known badFiles list
  • Testing (W3C): Add MessageChannel
  • Testing (W3C): Add canvas for ImageData
  • Docs: Link to TrialTool
  • npm: Remove package-lock.json in favor of yarn.lock
  • npm: Bump typeson-registry (Cause Event and MessageChannel to
    throw upon attempted cloning); update typeson; bump devDeps and
    local copies

Renovate configuration

📅 Schedule: "before 3am on Friday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 291241d to 69d1f35 Compare January 9, 2020 01:18
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch 2 times, most recently from c73e0ca to 069953e Compare January 29, 2020 23:50
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 069953e to 33c4fb7 Compare February 3, 2020 20:26
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 33c4fb7 to 669ba6d Compare February 19, 2020 19:08
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 669ba6d to 1943c6e Compare February 27, 2020 18:15
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 1943c6e to 02f4c3f Compare March 9, 2020 19:16
@renovate-bot renovate-bot changed the title Update dependency indexeddbshim to v6 chore(deps): update dependency indexeddbshim to v6 Mar 10, 2020
@renovate-bot renovate-bot changed the title chore(deps): update dependency indexeddbshim to v6 Update dependency indexeddbshim to v6 Mar 12, 2020
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from 02f4c3f to b8dfab2 Compare March 17, 2020 20:58
@renovate-bot renovate-bot force-pushed the renovate/indexeddbshim-6.x branch from b8dfab2 to 2bfe624 Compare April 15, 2020 00:36
@hsubox76 hsubox76 merged commit d61625f into firebase:master Apr 15, 2020
@renovate-bot renovate-bot deleted the renovate/indexeddbshim-6.x branch April 15, 2020 17:34
@firebase firebase locked and limited conversation to collaborators May 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants